[BETA] Upsert segments with the provided information.
Auction examples
- Running auctions
- Sponsored listings
- Sponsored banners
- Sponsored brands
Asset examples
Webhook examples
Toptimize
Assets API
Billing API
Campaign API
- GETGet Campaigns
- POSTCreate Campaign
- GETGet Campaign By Id
- DELDelete Campaign By Id
- PATCHUpdate Campaign By Id
- GETGet Campaign Bids
- POSTCreate Campaign Bids
- DELDelete Campaign Bid By Id
- PATCHUpdate Campaign Bid By Id
- POST[BETA] Get estimated clicks of a future campaign for a given vendor
- GETGet Products In Campaign
- GETGet Sponsored Products
Catalog API
Invitation API
Modal API
Reporting API
- GETGet Campaign Report
- GETGet Campaign Daily Report
- GETGet Campaign Report By Product
- GETGet Product Report
- GETGet Product Daily Report
- GETGet Scored Attribution Dump Urls
- GETGet Marketplace Interactions Report
- GETGet Marketplace Report
- GETGet Marketplace Campaigns Kpis
- GETGet Marketplace Daily Report
- GETGet Vendor Report
- GETGet Vendor Daily Report
Segments service
Toppie API
[BETA] Upsert segments with the provided information.
Upsert segments with the provided information.
PUT
/
public
/
v1
/
segment-service
/
segments
curl --request PUT \
--url https://api.topsort.com/public/v1/segment-service/segments \
--header 'Content-Type: application/json' \
--data '{
"segments": [
{
"description": "<string>",
"id": "<string>",
"name": "<string>"
}
]
}'
{
"segments": [
{
"description": "<string>",
"id": "<string>",
"name": "<string>",
"total": 123
}
]
}
Body
application/json
curl --request PUT \
--url https://api.topsort.com/public/v1/segment-service/segments \
--header 'Content-Type: application/json' \
--data '{
"segments": [
{
"description": "<string>",
"id": "<string>",
"name": "<string>"
}
]
}'
{
"segments": [
{
"description": "<string>",
"id": "<string>",
"name": "<string>",
"total": 123
}
]
}